From e4b8353d19fd4e91a2910ae183074ae3596d1ec8 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 29 Jan 2014 21:05:34 +0000 Subject: [PATCH 1/1] JAL-1432 patch broken comments in css --- examples-jbake/assets/css/ie6.css | 36 +++++++++++++++++------------------ examples-jbake/assets/css/ie7.css | 36 +++++++++++++++++------------------ examples-jbake/assets/css/reset.css | 36 +++++++++++++++++------------------ examples-jbake/assets/css/style.css | 36 +++++++++++++++++------------------ examples/css/ie6.css | 36 +++++++++++++++++------------------ examples/css/ie7.css | 36 +++++++++++++++++------------------ examples/css/reset.css | 36 +++++++++++++++++------------------ examples/css/style.css | 36 +++++++++++++++++------------------ 8 files changed, 144 insertions(+), 144 deletions(-) diff --git a/examples-jbake/assets/css/ie6.css b/examples-jbake/assets/css/ie6.css index 777e589..d89b6c3 100644 --- a/examples-jbake/assets/css/ie6.css +++ b/examples-jbake/assets/css/ie6.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ #nav #navInner { margin-top:0x; diff --git a/examples-jbake/assets/css/ie7.css b/examples-jbake/assets/css/ie7.css index 6f13c11..17c20e2 100644 --- a/examples-jbake/assets/css/ie7.css +++ b/examples-jbake/assets/css/ie7.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ #sddm { position:relative; diff --git a/examples-jbake/assets/css/reset.css b/examples-jbake/assets/css/reset.css index b0e3849..ef8e5bc 100644 --- a/examples-jbake/assets/css/reset.css +++ b/examples-jbake/assets/css/reset.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 diff --git a/examples-jbake/assets/css/style.css b/examples-jbake/assets/css/style.css index 26d6aa7..466d507 100644 --- a/examples-jbake/assets/css/style.css +++ b/examples-jbake/assets/css/style.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ @import url(http://fonts.googleapis.com/css?family=Lato); @import url(http://fonts.googleapis.com/css?family=Oswald); diff --git a/examples/css/ie6.css b/examples/css/ie6.css index 777e589..d89b6c3 100644 --- a/examples/css/ie6.css +++ b/examples/css/ie6.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ #nav #navInner { margin-top:0x; diff --git a/examples/css/ie7.css b/examples/css/ie7.css index 6f13c11..17c20e2 100644 --- a/examples/css/ie7.css +++ b/examples/css/ie7.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ #sddm { position:relative; diff --git a/examples/css/reset.css b/examples/css/reset.css index b0e3849..ef8e5bc 100644 --- a/examples/css/reset.css +++ b/examples/css/reset.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 diff --git a/examples/css/style.css b/examples/css/style.css index 26d6aa7..466d507 100644 --- a/examples/css/style.css +++ b/examples/css/style.css @@ -1,21 +1,21 @@ -#------------------------------------------------------------------------------- -# Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) -# Copyright (C) 2014 The Jalview Authors -# -# This file is part of Jalview. -# -# Jalview is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -# -# Jalview is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty -# of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along with Jalview. If not, see . -# The Jalview Authors are detailed in the 'AUTHORS' file. -#------------------------------------------------------------------------------- +/** + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ @import url(http://fonts.googleapis.com/css?family=Lato); @import url(http://fonts.googleapis.com/css?family=Oswald); -- 1.7.10.2