diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..4a6365870 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Google, Inc diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..cf405d13a --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,15 @@ +Alex BennĂ©e +Aron Griffis +Blaine Bublitz +David Schneider +Igor Bukanov +Jim Tittsler +John Tantalo +Michael Orr +Nevada Romsdahl +Nicolas Boichat +Stephen Barber +Tobbe Lundberg +Yuri Pole +dimonf +divx118 diff --git a/LICENSE b/LICENSE index 45ac8bec6..c93141311 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +// Copyright (c) 2014 The crouton Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/Makefile b/Makefile index 780cac09a..8111404c1 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. TARGET = crouton EXTTARGET = crouton.zip SRCTARGETS = $(patsubst src/%.c,crouton%,$(wildcard src/*.c)) +CONTRIBUTORS = CONTRIBUTORS WRAPPER = build/wrapper.sh SCRIPTS := \ $(wildcard chroot-bin/*) \ @@ -52,9 +53,14 @@ $(SRCTARGETS): src/$(patsubst crouton%,src/%.c,$@) Makefile extension: $(EXTTARGET) +$(CONTRIBUTORS): + git shortlog -s | cut -c8- | grep -v -e '^root$$' -e '^ttk153$$' > $(CONTRIBUTORS) + +contributors: $(CONTRIBUTORS) + all: $(TARGET) $(SRCTARGETS) $(EXTTARGET) clean: rm -f $(TARGET) $(EXTTARGET) $(SRCTARGETS) -.PHONY: all clean extension +.PHONY: all clean contributors $(CONTRIBUTORS) extension diff --git a/README.md b/README.md index 53cae2311..2f5b5532f 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,31 @@ there. When filing a new bug, include the output of `croutonversion` run from inside the chroot (if possible). -Can I help? ------------ +I want to be a Contributor! +--------------------------- +That's great! But before your code can be merged, you'll need to have signed +the [Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual#sign-electronically). +Don't worry, it only takes a minute and you'll definitely get to keep your +firstborn, probably. If you've already signed it for contributing to Chromium +or Chromium OS, you're already done. + +If you don't know what to with your time as an official Contributor, here's some +suggestions: + + * Really like a certain desktop environment? Fork crouton, add the target, and + create a pull request. + * Feel like hacking around with Chromium OS integration? Fork crouton, improve + integration, and create a pull request. + * Is your distro underrepresented? Want to contribute to the elusive and + mythical beast known as "croagh"? Fork crouton, add the distro, and create a + pull request. + * Discovered a bug lurking within the scripts, or a papercut that bothers you + just enough to make you want to actually do something about it? You guessed + it: fork crouton, fix everything, and create a pull request. + + +Are there other, non-Contributory ways I can help? +-------------------------------------------------- Yes! @@ -230,29 +253,14 @@ There's a way For Everyone to help! and add the relevant info to the [wiki](https://github.com/dnschneid/crouton/wiki). Or just add things to/improve things in the wiki in general, but do try to keep it relevant and organized. - * Really like a certain desktop environment? Open or comment on a bug with - steps to get things working well. Or better yet, create a pull request with - a new target. - * Feel like hacking around with Chromium OS integration? Fork crouton, improve - integration, and create a pull request. - * Is your distro underrepresented? Want to contribute to the elusive and - mythical beast known as "croagh"? Fork crouton, add the distro, and create a - pull request. + * Really like a certain desktop environment, but not up for coding? Open or + comment on a bug with steps to get things working well. * Hang out in the \#crouton IRC channel on freenode.net! -Sweet! Have some code! ----------------------- -Whoa, thanks! But before your code can be merged, you'll need to have signed -the [Individual Contributor License Agreement](https://developers.google.com/open-source/cla/individual#sign-electronically). -Don't worry, it only takes a minute and you'll definitely get to keep your -firstborn, probably. If you've already signed it for contributing to Chromium -or Chromium OS, you're already done. - - License ------- crouton (including this eloquently-written README) is copyright © 2014 The -Chromium OS Authors. All rights reserved. Use of the source code included here -is governed by a BSD-style license that can be found in the LICENSE file in the +crouton Authors. All rights reserved. Use of the source code included here is +governed by a BSD-style license that can be found in the LICENSE file in the source tree. diff --git a/build/genversion.sh b/build/genversion.sh index 7d7b14abd..f9f253b95 100755 --- a/build/genversion.sh +++ b/build/genversion.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/build/wrapper.sh b/build/wrapper.sh index 0dd61d38c..e2f777ef6 100644 --- a/build/wrapper.sh +++ b/build/wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file of the source repository, which has been replicated # below for convenience of distribution: diff --git a/chroot-bin/brightness b/chroot-bin/brightness index 123c4780b..6a73ef8b4 100755 --- a/chroot-bin/brightness +++ b/chroot-bin/brightness @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/crouton-unity-autostart b/chroot-bin/crouton-unity-autostart index c0244cafd..deba2e402 100755 --- a/chroot-bin/crouton-unity-autostart +++ b/chroot-bin/crouton-unity-autostart @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/chroot-bin/croutonclip b/chroot-bin/croutonclip index b34cbcf1f..cb28ae14f 100755 --- a/chroot-bin/croutonclip +++ b/chroot-bin/croutonclip @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/chroot-bin/croutoncycle b/chroot-bin/croutoncycle index 0884ce0c3..7f8f0b01c 100755 --- a/chroot-bin/croutoncycle +++ b/chroot-bin/croutoncycle @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/croutonpowerd b/chroot-bin/croutonpowerd index bae9d7492..120d2b87e 100755 --- a/chroot-bin/croutonpowerd +++ b/chroot-bin/croutonpowerd @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/croutonurlhandler b/chroot-bin/croutonurlhandler index 4fa2c8dc0..b86d5ae59 100755 --- a/chroot-bin/croutonurlhandler +++ b/chroot-bin/croutonurlhandler @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/croutonversion b/chroot-bin/croutonversion index 3e0232014..f21c5f307 100755 --- a/chroot-bin/croutonversion +++ b/chroot-bin/croutonversion @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/croutonwheel b/chroot-bin/croutonwheel index 5135bfb38..e65490778 100755 --- a/chroot-bin/croutonwheel +++ b/chroot-bin/croutonwheel @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/croutonxinitrc-wrapper b/chroot-bin/croutonxinitrc-wrapper index 3dc235811..124970c5c 100755 --- a/chroot-bin/croutonxinitrc-wrapper +++ b/chroot-bin/croutonxinitrc-wrapper @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/gnome-session-wrapper b/chroot-bin/gnome-session-wrapper index 32583d2a6..c1ae2a255 100755 --- a/chroot-bin/gnome-session-wrapper +++ b/chroot-bin/gnome-session-wrapper @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/chroot-bin/host-dbus b/chroot-bin/host-dbus index 8abd558d9..a2ffcb3c0 100755 --- a/chroot-bin/host-dbus +++ b/chroot-bin/host-dbus @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/host-x11 b/chroot-bin/host-x11 index f02cd6bb4..e2e640e95 100755 --- a/chroot-bin/host-x11 +++ b/chroot-bin/host-x11 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/setres b/chroot-bin/setres index e324a2a70..41ff1010a 100755 --- a/chroot-bin/setres +++ b/chroot-bin/setres @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/startgnome b/chroot-bin/startgnome index 73a1d6c31..26f65cb45 100755 --- a/chroot-bin/startgnome +++ b/chroot-bin/startgnome @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/startunity b/chroot-bin/startunity index 6924d51ee..33571888e 100755 --- a/chroot-bin/startunity +++ b/chroot-bin/startunity @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-bin/xinit b/chroot-bin/xinit index a57682baa..3116ab072 100755 --- a/chroot-bin/xinit +++ b/chroot-bin/xinit @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-etc/pulseaudio-default.pa b/chroot-etc/pulseaudio-default.pa index 637aea7e2..f89bafe09 100644 --- a/chroot-etc/pulseaudio-default.pa +++ b/chroot-etc/pulseaudio-default.pa @@ -1,4 +1,7 @@ #!/usr/bin/pulseaudio -nF +# Copyright (c) 2014 The crouton Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. # Include default configuration first .include /etc/pulse/default.pa diff --git a/chroot-etc/unity-autostart.desktop b/chroot-etc/unity-autostart.desktop index 5325106be..79b041df7 100644 --- a/chroot-etc/unity-autostart.desktop +++ b/chroot-etc/unity-autostart.desktop @@ -1,3 +1,7 @@ +# Copyright (c) 2014 The crouton Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + [Desktop Entry] Type=Application Name=crouton autostart script for Unity diff --git a/chroot-etc/unity-profiled b/chroot-etc/unity-profiled index b39a271e6..7ba193a3c 100644 --- a/chroot-etc/unity-profiled +++ b/chroot-etc/unity-profiled @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/chroot-etc/xbindkeysrc.scm b/chroot-etc/xbindkeysrc.scm index a8bebbbae..ad06b55f1 100644 --- a/chroot-etc/xbindkeysrc.scm +++ b/chroot-etc/xbindkeysrc.scm @@ -1,4 +1,4 @@ -;; Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +;; Copyright (c) 2014 The crouton Authors. All rights reserved. ;; Use of this source code is governed by a BSD-style license that can be ;; found in the LICENSE file. diff --git a/chroot-etc/xserverrc-local.example b/chroot-etc/xserverrc-local.example index 116377a79..0872b6a1e 100644 --- a/chroot-etc/xserverrc-local.example +++ b/chroot-etc/xserverrc-local.example @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-etc/xserverrc-x11 b/chroot-etc/xserverrc-x11 index 907d917be..9f7f84f5f 100644 --- a/chroot-etc/xserverrc-x11 +++ b/chroot-etc/xserverrc-x11 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chroot-etc/xserverrc-xephyr b/chroot-etc/xserverrc-xephyr index 8e7c1a341..63f791217 100644 --- a/chroot-etc/xserverrc-xephyr +++ b/chroot-etc/xserverrc-xephyr @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/crash_reporter_wrapper b/host-bin/crash_reporter_wrapper index 5b66fe2a9..d6e4003bb 100755 --- a/host-bin/crash_reporter_wrapper +++ b/host-bin/crash_reporter_wrapper @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/edit-chroot b/host-bin/edit-chroot index 589d4cf17..0fe11e40a 100755 --- a/host-bin/edit-chroot +++ b/host-bin/edit-chroot @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/enter-chroot b/host-bin/enter-chroot index ba1d5505b..db1a8ca94 100755 --- a/host-bin/enter-chroot +++ b/host-bin/enter-chroot @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/mount-chroot b/host-bin/mount-chroot index 18a85986d..af083afb2 100755 --- a/host-bin/mount-chroot +++ b/host-bin/mount-chroot @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startcli b/host-bin/startcli index baa1b6251..1e997caa7 100755 --- a/host-bin/startcli +++ b/host-bin/startcli @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/starte17 b/host-bin/starte17 index 02233ad75..719081194 100755 --- a/host-bin/starte17 +++ b/host-bin/starte17 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startgnome b/host-bin/startgnome index 6a2a59166..e3e1b5eab 100755 --- a/host-bin/startgnome +++ b/host-bin/startgnome @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startkde b/host-bin/startkde index 62ed74f6a..c3a4e55f6 100755 --- a/host-bin/startkde +++ b/host-bin/startkde @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startlxde b/host-bin/startlxde index e2c8a84cd..bbec40e76 100755 --- a/host-bin/startlxde +++ b/host-bin/startlxde @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startunity b/host-bin/startunity index 503a53dcd..4beea9ab4 100755 --- a/host-bin/startunity +++ b/host-bin/startunity @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startxbmc b/host-bin/startxbmc index 96a38dbb8..5af361e15 100755 --- a/host-bin/startxbmc +++ b/host-bin/startxbmc @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/startxfce4 b/host-bin/startxfce4 index 24b5478bc..9e9ca881a 100755 --- a/host-bin/startxfce4 +++ b/host-bin/startxfce4 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-bin/unmount-chroot b/host-bin/unmount-chroot index e9aa2cd03..173cf3f29 100755 --- a/host-bin/unmount-chroot +++ b/host-bin/unmount-chroot @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/host-ext/crouton/background.html b/host-ext/crouton/background.html index f0f566917..90f6ac41e 100644 --- a/host-ext/crouton/background.html +++ b/host-ext/crouton/background.html @@ -1,5 +1,8 @@ + diff --git a/host-ext/crouton/background.js b/host-ext/crouton/background.js index 4e047b5a9..38f9f7136 100644 --- a/host-ext/crouton/background.js +++ b/host-ext/crouton/background.js @@ -1,4 +1,4 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Copyright (c) 2014 The crouton Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/host-ext/crouton/first.html b/host-ext/crouton/first.html index a0eb5aee9..92d15d6e8 100644 --- a/host-ext/crouton/first.html +++ b/host-ext/crouton/first.html @@ -1,5 +1,8 @@ + diff --git a/host-ext/crouton/popup.html b/host-ext/crouton/popup.html index 64fb6c456..bee2d4bf6 100644 --- a/host-ext/crouton/popup.html +++ b/host-ext/crouton/popup.html @@ -1,5 +1,8 @@ + diff --git a/host-ext/crouton/popup.js b/host-ext/crouton/popup.js index 37b5e0116..b3811cd53 100644 --- a/host-ext/crouton/popup.js +++ b/host-ext/crouton/popup.js @@ -1,3 +1,7 @@ +/* Copyright (c) 2014 The crouton Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ document.addEventListener('DOMContentLoaded', function() { chrome.extension.getBackgroundPage().refreshUI(); }); diff --git a/host-ext/gencrx.sh b/host-ext/gencrx.sh index f816a60c1..142858ffd 100755 --- a/host-ext/gencrx.sh +++ b/host-ext/gencrx.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/host-ext/logo.svg b/host-ext/logo.svg index a9e18d544..d850a4b0f 100644 --- a/host-ext/logo.svg +++ b/host-ext/logo.svg @@ -1,6 +1,6 @@ - diff --git a/installer/debian/defaults b/installer/debian/defaults index 264e84d13..31c0f7f3f 100644 --- a/installer/debian/defaults +++ b/installer/debian/defaults @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/functions b/installer/functions index 7686cf6ae..98c565af9 100644 --- a/installer/functions +++ b/installer/functions @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/installer/kali/defaults b/installer/kali/defaults index eab24daf6..3a1340da3 100644 --- a/installer/kali/defaults +++ b/installer/kali/defaults @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/main.sh b/installer/main.sh index 91d3ca99a..e05a57bb3 100755 --- a/installer/main.sh +++ b/installer/main.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/prepare.sh b/installer/prepare.sh index 068debd86..383e827ad 100755 --- a/installer/prepare.sh +++ b/installer/prepare.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/ar b/installer/ubuntu/ar index cd63b83dd..ee59f1837 100755 --- a/installer/ubuntu/ar +++ b/installer/ubuntu/ar @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/bootstrap b/installer/ubuntu/bootstrap index ac82a5d81..9509faedd 100644 --- a/installer/ubuntu/bootstrap +++ b/installer/ubuntu/bootstrap @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/defaults b/installer/ubuntu/defaults index f96c1f2d5..f60d08f99 100644 --- a/installer/ubuntu/defaults +++ b/installer/ubuntu/defaults @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/getrelease.sh b/installer/ubuntu/getrelease.sh index 11ef4b136..68bfc3a96 100755 --- a/installer/ubuntu/getrelease.sh +++ b/installer/ubuntu/getrelease.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/pkgdetails b/installer/ubuntu/pkgdetails index 64c23e70d..ebbf506f8 100755 --- a/installer/ubuntu/pkgdetails +++ b/installer/ubuntu/pkgdetails @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/installer/ubuntu/prepare b/installer/ubuntu/prepare index 5b2e81a0c..cf20ef16d 100644 --- a/installer/ubuntu/prepare +++ b/installer/ubuntu/prepare @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/src/cursor.c b/src/cursor.c index 49ae4e061..40f89c84f 100644 --- a/src/cursor.c +++ b/src/cursor.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2014 The crouton Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * diff --git a/src/vtmonitor.c b/src/vtmonitor.c index 6cf068cd1..25dc68b43 100644 --- a/src/vtmonitor.c +++ b/src/vtmonitor.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2014 The crouton Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * diff --git a/src/websocket.c b/src/websocket.c index bf6ea7561..0b7c2b7b8 100644 --- a/src/websocket.c +++ b/src/websocket.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2014 The crouton Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * diff --git a/src/wmtools.c b/src/wmtools.c index 2c8e7740a..441ef8af2 100644 --- a/src/wmtools.c +++ b/src/wmtools.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2014 The crouton Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ diff --git a/src/xi2event.c b/src/xi2event.c index bc6d44f3c..88a888d99 100644 --- a/src/xi2event.c +++ b/src/xi2event.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +/* Copyright (c) 2014 The crouton Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. * diff --git a/targets/audio b/targets/audio index 7061a1648..5578b246e 100644 --- a/targets/audio +++ b/targets/audio @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='core' diff --git a/targets/chrome b/targets/chrome index a1ada4285..e4a3937ee 100644 --- a/targets/chrome +++ b/targets/chrome @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. DESCRIPTION='Google Chrome browser, stable channel.' diff --git a/targets/chrome-beta b/targets/chrome-beta index dfc2bbea8..092d9a62d 100644 --- a/targets/chrome-beta +++ b/targets/chrome-beta @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. DESCRIPTION='Google Chrome browser, beta channel.' diff --git a/targets/chrome-common b/targets/chrome-common index f42afce7f..ad6ff3d58 100644 --- a/targets/chrome-common +++ b/targets/chrome-common @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/targets/chrome-dev b/targets/chrome-dev index 129e5dfbc..d61e282e2 100644 --- a/targets/chrome-dev +++ b/targets/chrome-dev @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. DESCRIPTION='Google Chrome browser, dev channel.' diff --git a/targets/chromium b/targets/chromium index 89a0d85f4..1c364f8ac 100644 --- a/targets/chromium +++ b/targets/chromium @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/cli-extra b/targets/cli-extra index faf2cf2f8..d8bebd570 100644 --- a/targets/cli-extra +++ b/targets/cli-extra @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='core' diff --git a/targets/common b/targets/common index 46a02671e..853f49733 100644 --- a/targets/common +++ b/targets/common @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/targets/core b/targets/core index b2d0c1cc5..72a09494d 100644 --- a/targets/core +++ b/targets/core @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='' diff --git a/targets/e17 b/targets/e17 index 1ca5fa676..a43205b17 100644 --- a/targets/e17 +++ b/targets/e17 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='gtk-extra' diff --git a/targets/extension b/targets/extension index 479af780f..2e63fed32 100644 --- a/targets/extension +++ b/targets/extension @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/gnome b/targets/gnome index 7ee9f179c..1272e56b9 100644 --- a/targets/gnome +++ b/targets/gnome @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='gtk-extra' diff --git a/targets/gtk-extra b/targets/gtk-extra index 458b483ab..40a3ca481 100644 --- a/targets/gtk-extra +++ b/targets/gtk-extra @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/kde b/targets/kde index 85008c430..b75b0ab4f 100644 --- a/targets/kde +++ b/targets/kde @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/keyboard b/targets/keyboard index edb360722..97cb7a761 100644 --- a/targets/keyboard +++ b/targets/keyboard @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/targets/lxde b/targets/lxde index d49b494a8..4cf32c2af 100644 --- a/targets/lxde +++ b/targets/lxde @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='gtk-extra' diff --git a/targets/post-common b/targets/post-common index df59bf15f..8c6b2083a 100644 --- a/targets/post-common +++ b/targets/post-common @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/targets/touch b/targets/touch index ea7d3bec6..a70f8c038 100644 --- a/targets/touch +++ b/targets/touch @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/unity b/targets/unity index 50ead1f3a..1ee72ce7c 100644 --- a/targets/unity +++ b/targets/unity @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [ ! "$TARGETS" = 'help' -a ! "${ARCH#arm}" = "$ARCH" ] \ diff --git a/targets/x11 b/targets/x11 index 36f97d371..1d624742f 100644 --- a/targets/x11 +++ b/targets/x11 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [ "${ARCH#arm}" != "$ARCH" ]; then diff --git a/targets/x11-common b/targets/x11-common index 28c70b88c..f7f7ee624 100644 --- a/targets/x11-common +++ b/targets/x11-common @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/targets/xbmc b/targets/xbmc index de52a221e..bcf279efd 100644 --- a/targets/xbmc +++ b/targets/xbmc @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='x11' diff --git a/targets/xephyr b/targets/xephyr index 88c07c233..16f775f02 100644 --- a/targets/xephyr +++ b/targets/xephyr @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='core audio' diff --git a/targets/xfce b/targets/xfce index 239a2605d..f2e91ebc1 100644 --- a/targets/xfce +++ b/targets/xfce @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. REQUIRES='gtk-extra' diff --git a/targets/xorg b/targets/xorg index 454305873..c2fd7746b 100644 --- a/targets/xorg +++ b/targets/xorg @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [ "$TARGETS" != 'help' -a "${ARCH#arm}" != "$ARCH" ]; then diff --git a/test/daemon.sh b/test/daemon.sh index 58f48b254..3b2a389e0 100755 --- a/test/daemon.sh +++ b/test/daemon.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/run.sh b/test/run.sh index d70f54b53..cf38b1a5c 100755 --- a/test/run.sh +++ b/test/run.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/00-tester b/test/tests/00-tester index 5dd39407a..09a47a312 100644 --- a/test/tests/00-tester +++ b/test/tests/00-tester @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/10-basic b/test/tests/10-basic index 9b48c773d..886f9d503 100644 --- a/test/tests/10-basic +++ b/test/tests/10-basic @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/11-32-on-64 b/test/tests/11-32-on-64 index ab0da6567..7bedc6e1f 100644 --- a/test/tests/11-32-on-64 +++ b/test/tests/11-32-on-64 @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/12-edit-chroot b/test/tests/12-edit-chroot index aea5bfbbf..920991be5 100644 --- a/test/tests/12-edit-chroot +++ b/test/tests/12-edit-chroot @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/14-background b/test/tests/14-background index 893e38d12..1667d6dbe 100644 --- a/test/tests/14-background +++ b/test/tests/14-background @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/15-media b/test/tests/15-media index 805ef270c..54b0fda47 100644 --- a/test/tests/15-media +++ b/test/tests/15-media @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/16-targetsfile b/test/tests/16-targetsfile index 6d165440c..494a1887a 100644 --- a/test/tests/16-targetsfile +++ b/test/tests/16-targetsfile @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/17-encryption b/test/tests/17-encryption index d63bc9e21..664982be7 100644 --- a/test/tests/17-encryption +++ b/test/tests/17-encryption @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/18-upgrade b/test/tests/18-upgrade index 1b5473aee..5dc4d9267 100644 --- a/test/tests/18-upgrade +++ b/test/tests/18-upgrade @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/20-logind b/test/tests/20-logind index 6179df3a5..04d969e01 100644 --- a/test/tests/20-logind +++ b/test/tests/20-logind @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/30-audio b/test/tests/30-audio index 178666250..e79c792f5 100644 --- a/test/tests/30-audio +++ b/test/tests/30-audio @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/test/tests/reload-daemon b/test/tests/reload-daemon index 9c2df0d77..0381d5dc8 100644 --- a/test/tests/reload-daemon +++ b/test/tests/reload-daemon @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2014 The crouton Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.