Skip to content

Commit

Permalink
Update Licenses (#2).
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Aug 11, 2016
1 parent 870b5ae commit 4ecd929
Show file tree
Hide file tree
Showing 21 changed files with 128 additions and 3 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Below is a list of people and organizations that have contributed
# to the Flutter project. Names should be added to the list like so:
#
# Name/Organization <email address>

Google Inc.
27 changes: 27 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// Copyright 2016 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5 changes: 5 additions & 0 deletions src/io/flutter/FlutterBundle.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter;

import com.intellij.CommonBundle;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/FlutterBundle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#
# Copyright 2016 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.
#
runner.flutter.configuration.name=Flutter
runner.flutter.configuration.description=Flutter run configuration
flutter.project.description=Flutter modules are used to build high-performance, high-fidelity, mobile apps for iOS \
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/FlutterProjectComponent.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter;

import com.intellij.openapi.components.AbstractProjectComponent;
Expand Down
6 changes: 5 additions & 1 deletion src/io/flutter/module/FlutterGeneratorPeer.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//TODO: license
/*
* Copyright 2016 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.
*/
package io.flutter.module;

import com.intellij.openapi.ui.ComboBox;
Expand Down
6 changes: 5 additions & 1 deletion src/io/flutter/module/FlutterModuleBuilder.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//TODO: license
/*
* Copyright 2016 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.
*/
package io.flutter.module;

import com.intellij.ide.util.projectWizard.ModuleBuilder;
Expand Down
6 changes: 5 additions & 1 deletion src/io/flutter/module/FlutterModuleType.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//TODO: license
/*
* Copyright 2016 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.
*/
package io.flutter.module;

import com.intellij.ide.util.projectWizard.ModuleWizardStep;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterConfigurationEditorForm.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.ExecutionBundle;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunConfiguration.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.ExecutionException;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunConfigurationProducer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.actions.ConfigurationContext;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunConfigurationType.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.configurations.ConfigurationFactory;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunner.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.configurations.RunProfile;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunnerParameters.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.jetbrains.lang.dart.ide.runner.server.DartCommandLineRunnerParameters;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/run/FlutterRunningState.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.run;

import com.intellij.execution.ExecutionException;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/sdk/FlutterSdk.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.sdk;

import com.intellij.openapi.project.Project;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/sdk/FlutterSdkGlobalLibUtil.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.sdk;

import com.intellij.openapi.module.Module;
Expand Down
5 changes: 5 additions & 0 deletions src/io/flutter/sdk/FlutterSdkUtil.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.sdk;

import com.intellij.execution.ExecutionException;
Expand Down
5 changes: 5 additions & 0 deletions testSrc/io/flutter/FlutterCodeInsightFixtureTestCase.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter;

import com.jetbrains.lang.dart.DartCodeInsightFixtureTestCase;
Expand Down
5 changes: 5 additions & 0 deletions testSrc/io/flutter/sdk/FlutterSdkUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.sdk;

import io.flutter.FlutterCodeInsightFixtureTestCase;
Expand Down
5 changes: 5 additions & 0 deletions testSrc/io/flutter/util/FlutterTestUtils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2016 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.
*/
package io.flutter.util;

import com.intellij.openapi.Disposable;
Expand Down

0 comments on commit 4ecd929

Please sign in to comment.