Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: o3d/converter/mac/converter_install_name.sh

Issue 174372: Add license information to our shell scripts. (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/extract_actions.sh ('k') | o3d/plugin/mac/Tools/fix_install_names.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/converter/mac/converter_install_name.sh
diff --git a/o3d/converter/mac/converter_install_name.sh b/o3d/converter/mac/converter_install_name.sh
index f20f43d865b47a59c5b09a4cf78118d7ff18d377..b3448c25ebd68b8ac52d154345ded6d94eddecd0 100755
--- a/o3d/converter/mac/converter_install_name.sh
+++ b/o3d/converter/mac/converter_install_name.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
/usr/bin/install_name_tool -change \
@executable_path/../Library/Frameworks/Cg.framework/Cg \
« no previous file with comments | « chrome/tools/extract_actions.sh ('k') | o3d/plugin/mac/Tools/fix_install_names.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698